home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_401.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  320 b   |  11 lines

  1. Inputs: String; SubString; [StartIndex]
  2. Outputs: FoundIndex
  3.  
  4. Inputs: string; string; [integer]
  5. Outputs: integer
  6.  
  7. If SubString occurs in String at or after position StartIndex, FoundIndex is the index of the first character of this occurrence in String. Otherwise, FoundIndex is 0. StartIndex must be positive.
  8.  
  9. Strings
  10.  
  11.